home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / usemall.zip / MSGUTIL.DOC < prev    next >
Text File  |  1988-03-02  |  1KB  |  24 lines

  1. MSGUTIL by Steven Kling
  2.     Many of the older RBBS doors need to have the MESSAGES file in the same
  3. subdirectory as the D)oorware itself.  As some MESSAGEs files are very
  4. large (mine is almost 200K), putting the MESSAGES file in all of the D)oors
  5. on my system that want it would waste almost a MEG of disk space.  MSGUTIL
  6. simply copies the first eight records of the MESSAGES file to a new file
  7. entitled MSGS. This 1K file then can be copied and renamed into the
  8. appropriate directory.  As an example, suppose I had Tradewars (for 15.1B)
  9. setup in subdirectory C:\RBBS\TW.  I would leave an old copy of RBBSx.DEF
  10. with TW (if I was runing 15.1.C or higher), and my batch file looks like this:
  11.   
  12.                         msgutil 
  13.                         cd c:\rbbs\tw
  14.                         copy c:\rbbs\msgs c:\rbbs\tw\messages
  15.                         tw2.exe
  16.                         cd c:\ rbbs         ..etc.
  17.  
  18. This file was written in QB 3.0 and the source code is so trivial that
  19. I almost did not bother providing it.  MSGUTIL will work with up to 9 nodes.
  20. I am providing this file as an afterthought to go with USEMALL.
  21.  
  22. Any questions regarding its use, please contact me at my BBS:
  23.     Technopeasants' BBS 301 927 4258
  24.